CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 车牌 识别 定位

搜索资源列表

  1. cuxidingweixiangjiehe

    0下载:
  2. 基于粗细定位相结合的车牌识别方法,有别于一般的车牌识别算法,有兴趣的可以研究一下哈~-Based on the combination of coarse and fine positioning plate recognition, license plate recognition algorithm is different from the general, interested can look at Ha ~
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:112933
    • 提供者:cx
  1. chepaishibie_code

    0下载:
  2. 车牌识别最基本的流程:将采集后的图像二值化,然后依次经过车牌定位、字符分割、去除干扰,最后是字符识别。-License Plate Recognition basic processes: the acquisition of images after the binarization, followed through the license plate location, character segmentation, and elimination of interference, and
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:146782
    • 提供者:wtl
  1. C_sharp_lrp

    0下载:
  2. 车牌识别的全部流程,包括车牌定位,车牌的字符分割,和最后的车牌识别,个人觉得很不错哦-License Plate Recognition of all processes, including the license plate location, license plate character segmentation, and the final license plate recognition, personal feel very good, oh
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3718549
    • 提供者:chen
  1. platelience

    0下载:
  2. 车牌识别系统一般包括车牌定位、车牌切分、字符识别三部分,而车牌定位是车牌识别系统的基础和前提,其准确与否直接影响着车牌识别的准确率。本文针对这一关键问题进行了研究,提取了车牌的颜色特征并结合其纹理特征、几何特征以及投影特征进行准确定位。采用HSV颜色模型,利用颜色空间距离相似度计算分割颜色;针对颜色分割后的图像,车牌区域内水平方向上具有的连续跳变的特征,采用行扫描法确定车牌的上下边界;车牌区域内垂直方向具有投影特征,采用垂直投影法确定车牌的左右边界;最后根据车牌的宽高比判断是否是真实的车牌域。实
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-16
    • 文件大小:25062503
    • 提供者:张志斌
  1. chepaishibie

    0下载:
  2. 一个车牌识别程序,包括对车牌的定位,识别。-A license plate recognition program, including the license plate location, identification.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:814
    • 提供者:黄种
  1. RecoCar2

    1下载:
  2. 车牌识别系统包括前期的预处理,车牌定位,识别等过程-License plate recognition system, including pre-pre-processing, license plate location, recognition process
  3. 所属分类:Graph Recognize

    • 发布日期:2015-09-16
    • 文件大小:5183488
    • 提供者:hys
  1. 47457821nicecaridentity

    0下载:
  2. 一个很好的车牌识别程序.能够实现车牌定位,车牌字符分割,车牌字符识别等-A good license plate recognition program. To achieve license plate location, license plate character segmentation, license plate character recognition
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:11358241
    • 提供者:崔良义
  1. PlateLocal(matlab)

    1下载:
  2. 实现车牌识别并自动定位* 主函数:MyCarLocal.m * * im2gray 将图像转化为灰度图象; * * mycombine 区域合并; * * select 前期处理的区域选取; * * isplate 判断检测出的区域是否为车牌区域,还需要继续完善。-Automatic license plate recognition and positioning to achieve
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:5120
    • 提供者:emtf
  1. zx_pr_exp_6

    0下载:
  2. 选择合适的方法对车牌进行预处理,车牌定位,字符分割; 设计神经网络结构,利用神经网络训练字符,实现字符识别; 设计Matlab或者VC++程序编程实现完整的车牌识别系统。 -recognition of the car bland
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:610821
    • 提供者:林语
  1. yuanchuang1

    0下载:
  2. 车牌识别的一个完整程序,其中定位方式用的是形态学办法,识别部分是神经网络,程序比较简单,但能实现系统识别要求,并有数个图片示例支撑,适用于初学者弄懂程序,学习思维方法。-License Plate Recognition of a complete program, including positioning the morphological approach used to identify parts of a neural network, the program is relative
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-25
    • 文件大小:8283012
    • 提供者:晨菁
  1. 006

    0下载:
  2. 车辆识别系统主要由车牌定位、字符分割和字符识别三个部分组成。车牌定位是指将车牌区域从车辆图像中分割出来,车牌定位是车牌自动识别技术中一个至关重要的环切。其定位的速度和准确程序直接影响到车牌识别系统的性能。车牌定位的方法的出发点是通过车牌区域的特征来判断牌照。而车牌定位主要包含两个关键技术问题:图像的预处理和车牌定位的算法。本文针对车牌识别系统中关于静态图片中的车牌定位问题,主要运用了图像处理的知识,在VC开发平台上,通过对静态图片进行灰度变换,二值化,中值滤波等一系列处理,利用投影检测算法实现了
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6316927
    • 提供者:ZYM
  1. 车牌识别

    0下载:
  2. 通过对拍摄得到的车辆图像进行一些算法处理,进而得到只含有车牌信息的图片,完成车牌信息的读取
  3. 所属分类:图形图象

  1. 基于matlab的车牌定位的源代码

    0下载:
  2. 汽车车牌号的识别源码,识别效果较好,可以参考借阅(Car license plate number identification source code, identification effect is better, you can refer to borrow)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:246784
    • 提供者:凌铃
  1. 车牌识别

    0下载:
  2. 通过对照片中的车牌定位,车牌识别。效果较好。(vehicle license plate recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:3430400
    • 提供者:coffeehahaa
  1. LPR

    0下载:
  2. 提供一种最基础的车牌识别程序,需进行以下几个基本的步骤:车牌图像预处理;车牌定位,定位图片中的车牌位置;车牌字符分割,把车牌中的字符分割出来;车牌字符识别,把分割好的字符进行识别,最终组成车牌号码。(To provide a basic license plate recognition program, the following basic steps need to be carried out: image preprocessing of license plate; Location
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-24
    • 文件大小:3283968
    • 提供者:sunflowerioio
  1. 无语音读取简化版本

    0下载:
  2. matlab实现基于模板的车牌识别.主要模块如下:颜色信息提取、车牌区域定位、识别、提取、检测倾斜度、车牌校正、车牌区域2值化、擦除干扰区域、文字分割、模版匹配、结果输出。(Matlab based template based license plate recognition.The main modules are as follows: color information extraction, license plate location, recognition, extractio
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1130496
    • 提供者:zsb111
  1. 功能很全的车牌识别系统源码

    0下载:
  2. 车牌识别。系统界面包括车牌图像预处理、定位、矫正、分割、识别等各个步骤的结果显示;显示包括待识别车辆和处理结果图像或数据(License plate recognition. System interface includes license plate image preprocessing, positioning, correction, segmentation, recognition and other steps of the results display; display in
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:4705280
    • 提供者:文文酱
  1. 第二题

    0下载:
  2. 识别车牌,进行车牌的定位,处理,最后显示车牌位置的图片,定位好位置,进行二值化,腐蚀等处理(Recognition of the license plate, the location of the license plate, processing, the final display of the license plate position of the picture, positioning good position, two value, corrosion and other p
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-08
    • 文件大小:3072
    • 提供者:请问90120
  1. chepaishibie

    0下载:
  2. 进行图像灰度化,预处理以及车牌定位 ,车牌分割, 车牌识别。(License plate recognition and license plate segmentation)
  3. 所属分类:

    • 发布日期:2018-04-23
    • 文件大小:13959168
    • 提供者:gao246
  1. a

    0下载:
  2. 识别车牌,matlab用于识别车牌的简单代码,暂时做到了车牌的定位完成(Recognition of the license plate)
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:蔡说说
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com